home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / bbsutil / pxdos_20.zip / POLYXARC.CFG < prev    next >
Text File  |  1990-03-29  |  2KB  |  48 lines

  1. The configuration file consists of one or more blocks that start with
  2. BEGIN POLYXARC and end with END POLYXARC (case insensitive). Between the
  3. delimiting statements are one or more keywords, one per line. See POLYXARC.DOC
  4. for more details.
  5.  
  6. BEGIN POLYXARC
  7. ;
  8. ;  ARC level overwrite extract command_template
  9. ;   %1: extraction string
  10. ;   %2: overwrite string
  11. ;   %3: archive file spec
  12. ;   %4: extracted file spec
  13. ;
  14. ;     The extract and overwrite strings may be no longer than 5 characters
  15. ;     each.
  16. ;
  17. ; Make sure these are in order from low to high level!
  18. ;
  19. ;  ARC        8     w  !  arc e%2 %3 %4
  20.    ARC        8    /r  !  arce %3 %4 %2
  21. ;  ARC        9    /r  !  pkxarc %2 %3 %4
  22.    ARC        9    /r  !  pkunpak %2 %3 %4
  23.    ARC       11   /WA  !  pak /e %2 %3 %4
  24. ;
  25. ;  SIGNATURE offset signature overwrite extract command_template
  26. ;   %1: extraction string
  27. ;   %2: overwrite string
  28. ;   %3: archive file spec
  29. ;   %4: extracted file spec
  30. ;     The signature, extract and overwrite strings may be no longer than 
  31. ;     5 characters each.
  32. ;
  33.    SIGNATURE  -3   DWC      w    !    dwc e%2 %3 %4
  34.    SIGNATURE   2   -lh    /mc    !    lharc e %2 %3 %4
  35.    SIGNATURE   0   ZOO      O    !    zoo x%2 %3 %4
  36.    SIGNATURE   0   PK      -o    !    pkunzip %2 %3 %4
  37. ;  SIGNATURE   0   PK      -o    !    pkunzip -3 %2 %3 %4
  38. ;
  39. ; This line is here so I can test run-time memory requirements.
  40. ; Feel free to remove it.
  41. ;
  42.    SIGNATURE   0   TEST    -o    !    RMAP
  43. ;
  44. ;  NOSORT
  45. ;
  46. END POLYXARC
  47.